Add a block around the WM_ACTIVATE case to avoid declaring variables in
authorTor Lillqvist <tml@novell.com>
Fri, 19 Oct 2007 12:36:04 +0000 (12:36 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 19 Oct 2007 12:36:04 +0000 (12:36 +0000)
commit9466ea35a8b643f57818fc78316a2a11b74fc1c0
treed366a21a471132e6ce7b112d8a46586cc66330e2
parent88aafca4183e95638194ad68622091ce777b2bf6
Add a block around the WM_ACTIVATE case to avoid declaring variables in

2007-10-19  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkevents-win32.c (gdk_event_translate): Add a block
around the WM_ACTIVATE case to avoid declaring variables in the
middle of a block. (#488017)

svn path=/trunk/; revision=18932
ChangeLog
gdk/win32/gdkevents-win32.c